func runtime.fmax32

one use

	runtime (current package)
		minmax.go#L25: func fmax32(x, y float32) float32 { return fmax(x, y) }